home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMINSERTADDRESS / TFRMINSERTADDRESS.txt
Text File  |  2003-07-29  |  5KB  |  190 lines

  1. object FrmInsertAddress: TFrmInsertAddress
  2.   Left = 379
  3.   Top = 107
  4.   Width = 152
  5.   Height = 227
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Insert Addresses'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poDefaultPosOnly
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnDeactivate = FormDeactivate
  23.   PixelsPerInch = 120
  24.   TextHeight = 13
  25.   object PnlBottom: TPanel
  26.     Left = 0
  27.     Top = 156
  28.     Width = 144
  29.     Height = 31
  30.     Align = alBottom
  31.     BevelOuter = bvNone
  32.     ParentColor = True
  33.     TabOrder = 0
  34.     DesignSize = (
  35.       144
  36.       31)
  37.     object BtnInsert: TSpeedButton
  38.       Left = 42
  39.       Top = 4
  40.       Width = 100
  41.       Height = 25
  42.       Anchors = [akTop, akRight]
  43.       Caption = '&Insert'
  44.       OnClick = BtnInsertClick
  45.     end
  46.   end
  47.   object PnlCenter: TPanel
  48.     Left = 0
  49.     Top = 20
  50.     Width = 144
  51.     Height = 136
  52.     Align = alClient
  53.     BevelOuter = bvNone
  54.     ParentColor = True
  55.     TabOrder = 1
  56.     object AddressTree: TElTree
  57.       Left = 0
  58.       Top = 0
  59.       Width = 144
  60.       Height = 136
  61.       Align = alClient
  62.       AlwaysKeepFocus = True
  63.       AutoLookup = True
  64.       BorderStyle = bsNone
  65.       DeselectChildrenOnCollapse = True
  66.       DoInplaceEdit = False
  67.       DragTrgDrawMode = ColorRect
  68.       ExpandOnDblClick = False
  69.       FlatFocusedScrollbars = False
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clWindowText
  72.       Font.Height = -11
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = []
  75.       HeaderHeight = 20
  76.       HeaderHotTrack = False
  77.       HeaderSections.Data = {
  78.         F4FFFFFF01000000CCC0200601000000FFFFFFFF000101010100636F3C000000
  79.         0A0000001027000001000000F42C9B020000000001005C44000000000000016F
  80.         0000000000000000000100000000000050C0200648000000433A5C446174615C
  81.         506F636F335C4648656C702E44464D0074C0200674C0200624000000433A5C44
  82.         6174615C506F636F335C4648656C702E90000000080000004164647265737300
  83.         01000000000000000000000000}
  84.       HeaderFlat = True
  85.       HideHintOnTimer = True
  86.       HideSelectColor = clGray
  87.       HideSelectTextColor = clWhite
  88.       HideSelection = True
  89.       HorzScrollBarStyles.MinThumbSize = 16
  90.       HorzScrollBarStyles.NoSunkenThumb = True
  91.       HorzScrollBarStyles.ShowTrackHint = False
  92.       HorzScrollBarStyles.Width = 17
  93.       HorzScrollBarStyles.ButtonSize = 21
  94.       Images = frmAddress.ImageS
  95.       Images2 = frmAddress.ImageS
  96.       ItemIndent = 10
  97.       LineHeight = 16
  98.       LinesColor = clBtnShadow
  99.       LinesStyle = psSolid
  100.       LockHeaderHeight = True
  101.       OwnerDrawByColumn = False
  102.       ParentFont = False
  103.       PopupMenu = PopupOptions
  104.       ScrollBackground = True
  105.       ScrollTracking = True
  106.       ShowLeafButton = False
  107.       ShowLines = False
  108.       ShowRoot = True
  109.       SortType = stCustom
  110.       StoragePath = 'Tree'
  111.       TabOrder = 0
  112.       TabStop = True
  113.       Tracking = False
  114.       UnderlineTracked = False
  115.       UseCustomScrollBars = False
  116.       VerticalLines = True
  117.       VertScrollBarStyles.MinThumbSize = 8
  118.       VertScrollBarStyles.NoSunkenThumb = True
  119.       VertScrollBarStyles.ShowTrackHint = True
  120.       VertScrollBarStyles.Width = 17
  121.       VertScrollBarStyles.ButtonSize = 21
  122.       TextColor = clBtnText
  123.       BkColor = clBtnFace
  124.       OnDblClick = BtnInsertClick
  125.       OnKeyPress = AddressTreeKeyPress
  126.       OnKeyUp = AddressTreeKeyUp
  127.     end
  128.   end
  129.   object PnlTop: TPanel
  130.     Left = 0
  131.     Top = 0
  132.     Width = 144
  133.     Height = 20
  134.     Align = alTop
  135.     BevelOuter = bvNone
  136.     ParentColor = True
  137.     TabOrder = 2
  138.     DesignSize = (
  139.       144
  140.       20)
  141.     object BtnBooks: TElPopupButton
  142.       Left = 0
  143.       Top = 1
  144.       Width = 143
  145.       Height = 16
  146.       Cursor = crDefault
  147.       DrawDefaultFrame = False
  148.       PullDownMenu = PopupBooks
  149.       PopupPlace = ppRight
  150.       Flat = True
  151.       LinkStyle = [fsUnderline]
  152.       Margin = 3
  153.       NumGlyphs = 1
  154.       ShowFocus = False
  155.       UseArrow = True
  156.       ThinFrame = True
  157.       ClickSound = '\'
  158.       ShowBorder = False
  159.       UseXPThemes = False
  160.       Caption = '&Books'
  161.       TabStop = False
  162.       TabOrder = 0
  163.       Color = clBtnFace
  164.       ParentColor = False
  165.       Font.Charset = DEFAULT_CHARSET
  166.       Font.Color = clWindowText
  167.       Font.Height = 15
  168.       Font.Name = 'Arial'
  169.       Font.Style = []
  170.       ParentFont = False
  171.       OnClick = BtnBooksClick
  172.       Anchors = [akLeft, akTop, akRight]
  173.       DockOrientation = doNoOrient
  174.       DoubleBuffered = False
  175.     end
  176.   end
  177.   object PopupBooks: TPopupMenu
  178.     Left = 60
  179.     Top = 21
  180.   end
  181.   object PopupOptions: TPopupMenu
  182.     Left = 52
  183.     Top = 84
  184.     object MenuWindowsMode: TMenuItem
  185.       Caption = 'Use Windows Selection Mode'
  186.       OnClick = MenuWindowsModeClick
  187.     end
  188.   end
  189. end
  190.